Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix reset button in examples #2151

Merged
merged 1 commit into from
Sep 15, 2023
Merged

Conversation

azeey
Copy link
Contributor

@azeey azeey commented Sep 15, 2023

🦟 Bug fix

Summary

Having a hard coded width was causing the reset button to be cut off. I ran sed -i '/width">121</d' ./examples/worlds/*.sdf since the values are all the same. I haven't checked if there are sdf files with different widths in the WorldControl plugin.

Checklist

  • Signed all commits for DCO
  • Added tests
  • Updated documentation (as needed)
  • Updated migration guide (as needed)
  • Consider updating Python bindings (if the library has them)
  • codecheck passed (See contributing)
  • All tests passed (See test coverage)
  • While waiting for a review on your PR, please help review another open pull request to support the maintainers

Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining Signed-off-by messages.

🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸

Signed-off-by: Addisu Z. Taddese <[email protected]>
@azeey azeey requested a review from mjcarroll as a code owner September 15, 2023 04:04
@azeey azeey self-assigned this Sep 15, 2023
@github-actions github-actions bot added the 🎵 harmonic Gazebo Harmonic label Sep 15, 2023
@codecov
Copy link

codecov bot commented Sep 15, 2023

Codecov Report

Merging #2151 (a4b1682) into gz-sim8 (c8d16bf) will increase coverage by 0.03%.
The diff coverage is n/a.

❗ Current head a4b1682 differs from pull request most recent head 83d8037. Consider uploading reports for the commit 83d8037 to get more accurate results

@@             Coverage Diff             @@
##           gz-sim8    #2151      +/-   ##
===========================================
+ Coverage    65.43%   65.47%   +0.03%     
===========================================
  Files          323      323              
  Lines        30704    30704              
===========================================
+ Hits         20091    20102      +11     
+ Misses       10613    10602      -11     

see 2 files with indirect coverage changes

@mjcarroll mjcarroll merged commit bb6753a into gazebosim:gz-sim8 Sep 15, 2023
iche033 pushed a commit that referenced this pull request Sep 20, 2023
@iche033 iche033 mentioned this pull request Sep 20, 2023
8 tasks
mjcarroll pushed a commit that referenced this pull request Sep 20, 2023
* Fix reset button in examples (#2151)

Signed-off-by: Addisu Z. Taddese <[email protected]>

* fix reset button in more world sdf files

Signed-off-by: Ian Chen <[email protected]>

---------

Signed-off-by: Addisu Z. Taddese <[email protected]>
Signed-off-by: Ian Chen <[email protected]>
Co-authored-by: Addisu Z. Taddese <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎵 harmonic Gazebo Harmonic
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants